home *** CD-ROM | disk | FTP | other *** search
Text File | 1990-06-01 | 705 b | 22 lines | [TEXT/GEOL] |
- Item 6226516 31-May-90 15:28PDT
-
- From: CDA0425 DEV Abbott Enterprises Edmonton,IDV
-
- To: CPLUS.DEV$ C++ Interest List--Developers
-
- Sub: C++ Questions
-
- A few questions about C++ that have been nagging us:
-
- 1. What is the "Best" way to handle failures inside a constructor or
- destructor? Pre-flighting seems the only possible way, but is cumbersome and
- hard to maintain.
-
- 2. Is there a way to implicitly call a base class's version of the current
- method? ie. Can we simulate the Object Pascal 'inherited' directive? Having
- explicit inheritance only would seem to be a real drag.
-
- Mike Duigou
- the AND group inc.
-
-